home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
dev
/
misc
/
toolbox.lha
/
Toolbox
/
lib
/
lalr
/
Parser.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-03-13
|
316 b
|
19 lines
$@ # ifndef yy@
$@ # define yy@
/* $Id: Parser.h,v 2.1 1992/08/07 15:28:42 grosch rel $ */
$E /* EXPORT section is inserted here */
# ifdef yacc_interface
$@ # define @ yyparse
# define yyInitStackSize YYMAXDEPTH
# endif
$@ extern char * @_TokenName [];
$@ extern int @ ();
$@ extern void Close@ ();
# endif